chore(deps): unpin and refresh FastMCP#1052
Merged
Merged
Conversation
Signed-off-by: phernandez <paul@basicmachines.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
FastMCP was pinned to
3.3.1while each minor upgrade was validated against the MCP transport matrix. The current3.4.4release passes the repository's MCP smoke and transport-routing coverage, so the exact pin can be relaxed while retaining a v3 compatibility boundary.What Changed
fastmcp==3.3.1requirement withfastmcp>=3.3.1,<4uv lock --upgradejaraco-functoolsrelease from 4.5.0 to 4.6.0Implementation Details
The
<4upper bound remains intentional: this allows future compatible FastMCP v3 releases without silently adopting a breaking major version. The root dependency set had already received a broad refresh onmain, so the regenerated lockfile only changed FastMCP, FastMCP Slim, andjaraco-functools, plus FastMCP's newly declared extras.Testing
Passed:
uv lock --checkjust test-smoke— 1 passeduv run pytest test-int/cli/test_routing_integration.py -q --no-cov— 32 passed, including stdio, streamable HTTP, and SSE routingjust package-check— Claude, Codex, shared skills, Hermes, and OpenClaw package checks passedgit diff --checkBroad suite result:
just fast-checkran the full suite after dependency changes invalidated testmon: 3,399 passed and 43 skippedpostgres-openaisemantic benchmark receiving429 insufficient_quotafrom the configured OpenAI account; all FastMCP and local deterministic tests passedAdditional doctor result:
just doctorcompleted initialization, API write, file sync, vector indexing, search, and clean-status checksCannot delete default project ... This is the only project in your configuration.Risks / Follow-ups
The primary risk is behavioral drift in future FastMCP v3 minors. The existing MCP smoke, tool contract, integration, and transport-routing coverage remain the guardrail. FastMCP v4 stays excluded pending an intentional compatibility review.